.. _EEex_GetActorLocation: =================================== EEex_GetActorLocation =================================== :: EEex_GetActorLocation(actorID) Returns an x, y point coordinate indicating actor's location **Parameters** * **actorID** - the actor's id to return the location for **Return** Returns an x and y point coordinate **Example** :: local targetX, targetY = EEex_GetActorLocation(targetID) **See Also** :ref:`EEex_GetActorDirection`, :ref:`EEex_GetActorRequiredDirection`